Open
Bug 1427741
Opened 7 years ago
Updated 3 years ago
On mediamarkt.de Autofill doesn't work
Categories
(Toolkit :: Form Autofill, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: Ovidiu, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [form autofill:V2][Misc.])
Tested on Mac OS X 10.12, Windows 10
STR:
[Steps to reproduce]:
Prerequisites:
1. Go to and https://www.mediamarkt.de and buy something as a guest.
2. Click on the "Vorname" - field and from the drop-down select one of your profiles
[Expected result]:
The form is auto-completed with your Name from the one saved in your profile.
[Actual result]:
The form is auto-completed with your address saved in your profile.
Here is the video of the actual result: https://streamable.com/4mgk7
Reporter | ||
Updated•7 years ago
|
Whiteboard: [form autofill: V2]
Comment 2•7 years ago
|
||
Steve, Could you take a look? Thanks.
Flags: needinfo?(lchang) → needinfo?(schung)
Reporter | ||
Comment 3•7 years ago
|
||
I forgot to mention that we used a VPN connection (Germany) to test this issue.
Comment 4•7 years ago
|
||
Hi Ovidiu
I can not reproduce the same result, It's not working at all(no drop down while clicking the name field) from my side. Could you please check with the latest nightly build again? Thanks.
Besides the issue in name field, there's another problem for other address fields. We can not detect PLZ(postal code)/ Ort (city) / Straße(stret) and only treat Hausnummer (house number) as street address. Will take more time to investigate this part.
Flags: needinfo?(schung) → needinfo?(ovidiu.boca)
Reporter | ||
Comment 5•7 years ago
|
||
Hi Steve,
I've just verified this with the latest Nightly (2018-01-04)and the result is the same, have you used the VPN for connecting to the site?
Flags: needinfo?(ovidiu.boca)
Comment 6•7 years ago
|
||
It's heuristic issue that we detect almost all the fields as address line 1 except Telefon(tel), Straße(it's street but we are unable to match anything) and 2 hidden fields (business title and country).
Flags: needinfo?(lchang)
Updated•7 years ago
|
Flags: needinfo?(selee)
Updated•7 years ago
|
Flags: needinfo?(lchang)
Updated•7 years ago
|
Whiteboard: [form autofill: V2] → [form autofill:V2][Misc.]
Comment 7•7 years ago
|
||
These strings which are not related to "First Name" will be tired to match to regular expressions:
PLZ
PLZ / Ort
Straße
Hausnummer
Adresszusatz
Land
This is caused by the web site uses `<label>` and `id` in a perversive way, and this issue confused the heuristics by these incorrect labels.
Comment 8•7 years ago
|
||
I guess we still can use `name` attr to determine its type. However, the new strategy should not regress our current results.
Flags: needinfo?(selee)
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•